home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Programmation / Gooey1.3.1 / C Templates / mmResources.c < prev    next >
C/C++ Source or Header  |  1993-12-27  |  1KB  |  49 lines

  1. $$Message RMaker file, resources:RM_$Prototype.name$.R
  2. $$File resources:RM_$Prototype.name$.R
  3. *******************************************************************
  4. *   RM_$Prototype.name$.R                        RMaker file
  5. *
  6. *    File name:  RM_$Prototype.name$.R
  7. *    Function:  Used to join two resource files together
  8. *    History: $Date$ Original by $Author$
  9. *
  10. *******************************************************************
  11. *
  12.  
  13. * Name and type for the output file:
  14. $Prototype.name$.╣.RSRC
  15. rsrcRSED
  16.  
  17. * Include Marksman¬ Resource data file
  18. INCLUDE mm$Prototype.name$.RSRC
  19.  
  20. * Include the user Resource data file
  21. INCLUDE $Prototype.name$.RSRC
  22.  
  23. *
  24. *
  25. $$CloseFile
  26. $$Message Rez file,  resources:Rez_$Prototype.name$.r
  27. $$File resources:Rez_$Prototype.name$.r
  28. /*   Rez_$Prototype.name$.r                    Rez file
  29.  
  30.     File name:  Rez_$Prototype.name$.r
  31.     Function:  Used to join two resource files together
  32.     History: $Date$ Original by $Author$
  33.  
  34.    */
  35.  
  36. #include "Types.r"
  37.  
  38.  
  39. /* Include Marksman¬ Resource data file */
  40. include "mm$Prototype.name$.RSRC";
  41.  
  42. /* Include the user Resource data file */
  43. include "$Prototype.name$.RSRC";
  44.  
  45.  
  46. $$CloseFile
  47.  
  48.  
  49.